Independentsoft.Office.Odf.Forms Namespace

 

Classes

Button Represents a button.
CheckBox Defines an on/off control.
ComboBox Defines a control which allows displaying and editing of text, and contains a list of possible values for that text.
Control 
DateTime Defines a control for inputting date data.
File Defines a control for selecting a file.
FixedText Defines a control which attaches additional information to controls, or displays information. Only one label may be associated with a control.
Form Represents a user interface form and defines the contents and properties of the form.
FormattedText Defines a control for inputting text, which follows the format defined by a data style that is assigned to the control's graphical shape.
FormColumn Defines a column in a grid control.
FormProperty Defines a property that is not defined by this Standard. Each such element represents a single property, and contains its name, type and value.
Frame Defines a frame in which controls may be visually arranged.
GenericControl Defines an implementation defined placeholder for a generic control. The generic control can contain any properties and any events.
Grid Defines a control that displays table data.
Hidden Defines a control that does not have a visual representation.
Image Defines a graphical button control.
ImageFrame Defines a graphical control. The control displays an image, whose location is described in the control.
Item Defines a list item for a combobox control.
ListBox Defines an input control that allows a user to select one or more items from a list. It is an alternative representation for a group of radio buttons.
Number Defines a control which allows the user to enter a floating point number. The data type of this element is restricted to numeric data.
OfficeForms Represents a container for a form.
Option Defines a list item for a listbox control.
Password Defines a control that hides text a user inputs using an echo character.
RadioButton Defines a control which acts like a check box except that when multiple radio buttons belong to the same group they are mutually exclusive.
TextArea Defines a control for displaying and inputting text on multiple lines.
TextField Defines a control for displaying and inputting text on a single line.
ValueRange Defines a control which allows the user to select a value from a continuous number range.
XFormsModel Represents the form logic plus form data.

Interfaces

Enumerations

ButtonType Represents the type of a button.
CheckBoxState Represents the state of a check box control.
CommandType Represents the type of command to execute on a data source.
FormPropertyValueType Represents the value-type of a form property.
ImageAlignment Represents which border (start, end) or axis (center) of an image and a text are to be aligned.
ImagePosition Specifies the location of an image relative to the text of a control.
ListSourceType Represents how to populate the entry list in a combo box or list box control.
NavigationMode Represents methods for navigation of a database aware form.
Orientation Represents the orientation of a control.
TabCycle Specifies how the consumer responds when the user presses the TAB key in the controls in a form. The behavior of the consumer depends on whether the form is bound to a data source.
VisualEffect Specifies the visual effect to apply to a control.